home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / alex_trax.swf / scripts / DefineButton2_290 / BUTTONCONDACTION on(release, keyPress Space).as
Encoding:
Text File  |  2007-10-01  |  104 b   |  5 lines

  1. on(release, keyPress "<Space>"){
  2.    gotoAndStop("level");
  3.    _global.snd.playEvent("sndClick",1);
  4. }
  5.